home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2008 September
/
PCWorld_2008-09_cd.bin
/
v cisle
/
sadanastroju
/
clipmarks-3.5.0-fx.xpi
/
chrome
/
clipmarks.jar
/
content
/
blog-overlimit.xul
next >
Wrap
Extensible Markup Language
|
2007-12-04
|
675b
|
24 lines
<?xml version="1.0"?>
<?xml-stylesheet href="chrome://global/skin/global.css" type="text/css"?>
<dialog id="Clipmarks_BlogOverlimitDialog" title="Over Clip-to-Blog Limit"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
buttons="accept" buttonlabelaccept="Edit Clip"
ondialogaccept="return accept_click();"
onload="window_load();">
<script>
function window_load() {
document.documentElement.getButton("accept").focus();
}
function accept_click() {
return true;
}
</script>
<image src="http://content.clipmarks.com/images/less_is_more_dialog_blog.gif?2" width="300" height="291" />
</dialog>